ComponentOne CollectionView
C1.CollectionView Assembly / C1.CollectionView Namespace / ICollectionViewEx Class / GroupAsync Method / GroupAsync<T>(ICollectionView<T>,GroupDescription[]) Method
The collection view.
The group descriptions that determine how the data will be grouped.

In This Topic
    GroupAsync<T>(ICollectionView<T>,GroupDescription[]) Method
    In This Topic
    Groups the collection view according to the specified group descriptions.
    Syntax
    'Declaration
     
    Public Overloads Shared Function GroupAsync(Of T As Class)( _
       ByVal collectionView As ICollectionView(Of T), _
       ByVal groupDescriptions() As GroupDescription _
    ) As System.Threading.Tasks.Task
    public static System.Threading.Tasks.Task GroupAsync<T>( 
       ICollectionView<T> collectionView,
       GroupDescription[] groupDescriptions
    )
    where T: class

    Parameters

    collectionView
    The collection view.
    groupDescriptions
    The group descriptions that determine how the data will be grouped.

    Type Parameters

    T
    See Also